projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d5886e
)
* lisp/repeat.el (repeat-keep-prefix): Change default to nil.
author
Juri Linkov
<juri@linkov.net>
Tue, 30 Nov 2021 18:55:19 +0000
(20:55 +0200)
committer
Juri Linkov
<juri@linkov.net>
Tue, 30 Nov 2021 19:07:18 +0000
(21:07 +0200)
'repeat-keep-prefix' doesn't yet have sufficient support
that covers all cases in bug#51281, so it's disabled now.
lisp/repeat.el
patch
|
blob
|
history
diff --git
a/lisp/repeat.el
b/lisp/repeat.el
index 32ffb1884f342b6edc84f1964f16744dc7a79c42..5b3ab03796a868ff430801b63f47e576b0ca6f08 100644
(file)
--- a/
lisp/repeat.el
+++ b/
lisp/repeat.el
@@
-354,7
+354,7
@@
of the specified number of seconds."
(defvar repeat-exit-timer nil
"Timer activated after the last key typed in the repeating key sequence.")
-(defcustom repeat-keep-prefix
t
+(defcustom repeat-keep-prefix
nil
"Whether to keep the prefix arg of the previous command when repeating."
:type 'boolean
:group 'convenience